Home
last modified time | relevance | path

Searched refs:nTempX (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Doutput2.cxx1421 SCCOL nTempX=nX1; in DrawStrings() local
1422 while (nTempX > 0 && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawStrings()
1423 --nTempX; in DrawStrings()
1425 if ( nTempX < nX1 && in DrawStrings()
1426 !IsEmptyCellText( pThisRowInfo, nTempX, nY ) && in DrawStrings()
1427 … !pDoc->HasAttrib( nTempX,nY,nTab, nX1,nY,nTab, HASATTR_MERGED | HASATTR_OVERLAPPED ) ) in DrawStrings()
1429 nCellX = nTempX; in DrawStrings()
1442 SCCOL nTempX=nX; in DrawStrings() local
1443 while (nTempX < nLastContentCol && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawStrings()
1444 ++nTempX; in DrawStrings()
[all …]
/AOO41X/main/vcl/source/gdi/
H A Dbitmap3.cxx1395 long nTemp , nTempX, nTempY, nTempFX, nTempFY; in ImplScaleSuper() local
1408 for( nX = 0L, nTempX = nW - 1L, nTemp = nW - 2L; nX < nDstW; nX++ ) in ImplScaleSuper()
1413 fTemp = nTempX - fTemp; in ImplScaleSuper()
1445 nTempX = pMapIX[ nX ]; nTempFX = pMapFX[ nX ]; in ImplScaleSuper()
1447 … const BitmapColor& rCol0 = pAcc->GetPaletteColor( pLine0[ nTempX ] ); in ImplScaleSuper()
1448 … const BitmapColor& rCol2 = pAcc->GetPaletteColor( pLine1[ nTempX ] ); in ImplScaleSuper()
1449 … const BitmapColor& rCol1 = pAcc->GetPaletteColor( pLine0[ ++nTempX ] ); in ImplScaleSuper()
1450 … const BitmapColor& rCol3 = pAcc->GetPaletteColor( pLine1[ nTempX ] ); in ImplScaleSuper()
1587 nTempX = pMapIX[ nX ]; nTempFX = pMapFX[ nX ]; in ImplScaleSuper()
1589 … aCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTempY, nTempX ) ); in ImplScaleSuper()
[all …]
/AOO41X/main/svtools/source/control/
H A Dtaskmisc.cxx275 long nTempX; in ImplCascade() local
322 nTempX = nX + (i*nOff); in ImplCascade()
339 ImplPosSizeWindow( pWindow, nTempX, nTempY, nTempWidth, nTempHeight ); in ImplCascade()