Searched refs:nTmpX (Results 1 – 6 of 6) sorted by relevance
/trunk/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 534 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 …]
|
/trunk/main/vcl/source/gdi/ |
H A D | impvect.cxx | 987 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/sw/source/core/text/ |
H A D | pormulti.cxx | 1452 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/svtools/source/edit/ |
H A D | texteng.cxx | 1215 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/layout/ |
H A D | fly.cxx | 1301 SwTwips nTmpX = nNewX == LONG_MAX ? 0 : nNewX; in ChgRelPos() local 1335 nTmpX -= ((SwFlyAtCntFrm*)this)->GetRelCharX(pAutoFrm); in ChgRelPos() 1342 aHori.SetPos( nTmpX ); in ChgRelPos()
|
H A D | trvlfrm.cxx | 2387 long nTmpX = aTmpEnd.X(); in CalcFrmRects() local 2389 aTmpSt.X() = nTmpX; in CalcFrmRects()
|
Completed in 70 milliseconds