Searched refs:nTempX (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 1421 SCCOL nTempX=nX1; in DrawStrings() local 1422 while (nTempX > 0 && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawStrings() 1423 --nTempX; in DrawStrings() 1429 nCellX = nTempX; in DrawStrings() 1442 SCCOL nTempX=nX; in DrawStrings() local 1444 ++nTempX; in DrawStrings() 1446 if ( nTempX > nX && in DrawStrings() 1450 nCellX = nTempX; in DrawStrings() 2190 SCCOL nTempX=nX; in DrawEdit() local 2192 ++nTempX; in DrawEdit() [all …]
|
/aoo42x/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 1395 long nTemp , nTempX, nTempY, nTempFX, nTempFY; in ImplScaleSuper() local 1413 fTemp = nTempX - fTemp; in ImplScaleSuper() 1445 nTempX = pMapIX[ nX ]; nTempFX = pMapFX[ nX ]; in ImplScaleSuper() 1587 nTempX = pMapIX[ nX ]; nTempFX = pMapFX[ nX ]; in ImplScaleSuper() 1738 nOff = 3L * ( nTempX = pMapIX[ nX ] ); in ImplScaleSuper() 1882 nOff = 3L * ( nTempX = pMapIX[ nX ] ); in ImplScaleSuper() 2021 nTempX = pMapIX[ nX ]; nTempFX = pMapFX[ nX ]; in ImplScaleSuper() 2023 aCol0 = pAcc->GetPixel( nTempY, nTempX ); in ImplScaleSuper() 2024 aCol1 = pAcc->GetPixel( nTempY, ++nTempX ); in ImplScaleSuper() 2029 aCol1 = pAcc->GetPixel( ++nTempY, nTempX ); in ImplScaleSuper() [all …]
|
/aoo42x/main/svtools/source/control/ |
H A D | taskmisc.cxx | 275 long nTempX; in ImplCascade() local 322 nTempX = nX + (i*nOff); in ImplCascade() 339 ImplPosSizeWindow( pWindow, nTempX, nTempY, nTempWidth, nTempHeight ); in ImplCascade()
|
Completed in 34 milliseconds