Searched refs:nTmpY (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 534 long nX, nY, nTmp, nTmpX, nTmpY; in ImplCreateOutput() local 560 fTmp = nTmpY - fTmp; in ImplCreateOutput() 590 fTmp = nTmpY - fTmp; in ImplCreateOutput() 1057 pLine0 = pAcc->GetScanline( nTmpY ); in ImplCreateScaled() 1058 pLine1 = pAcc->GetScanline( ++nTmpY ); in ImplCreateScaled() 1124 pLine0 = pAcc->GetScanline( nTmpY ); in ImplCreateScaled() 1125 pLine1 = pAcc->GetScanline( ++nTmpY ); in ImplCreateScaled() 1157 pLine0 = pAcc->GetScanline( nTmpY ); in ImplCreateScaled() 1249 pLine0 = pAcc->GetScanline( nTmpY ); in ImplCreateScaled() 1338 for( nY = 0UL, nTmpY = nStartY; nY < nDstH; nTmpY++ ) in ImplCreateScaled() [all …]
|
/aoo42x/main/vcl/source/gdi/ |
H A D | impvect.cxx | 987 long nX, nY, nTmpX, nTmpY; in ImplExpand() local 994 for( nY = 0L, nTmpY = 5L; nY < nOldHeight; nY++, nTmpY += 4L ) in ImplExpand() 1001 nTmpY -= 3L; in ImplExpand() 1003 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1006 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1012 nTmpY -= 3L; in ImplExpand() 1017 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1034 nTmpY = pMapIn[ nY++ ]; in ImplExpand() 1039 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1045 nTmpY = pMapOut[ nY - 1L ]; in ImplExpand() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | widorp.cxx | 131 SwTwips nTmpY; in IsInside() 133 nTmpY = pFrm->SwitchHorizontalToVertical( rLine.Y() + rLine.GetLineHeight() ); in IsInside() 135 nTmpY = rLine.Y() + rLine.GetLineHeight(); in IsInside() 137 SwTwips nLineHeight = (*fnRect->fnYDiff)( nTmpY , nOrigin ); in IsInside() 421 SwTwips nTmpY = rLine.Y() + rLine.GetLineHeight(); in FindWidows() local 425 nTmpY = pFrame->SwitchHorizontalToVertical( nTmpY ); in FindWidows() 431 const SwTwips nChg = (*fnRect->fnYDiff)( nTmpY, nDocPrtTop + nOldHeight ); in FindWidows()
|
H A D | itrcrsr.cxx | 1564 SwTwips nTmpY = rPoint.Y() - pCurr->GetAscent() + pPor->GetAscent(); in GetCrsrOfst() local 1572 nTmpY += ((SwMultiPortion*)pPor)->Height(); in GetCrsrOfst() 1579 nTmpY = 0; in GetCrsrOfst() 1582 nTmpY, nX, nCurrStart, nSpaceAdd ); in GetCrsrOfst() 1593 nTmpY -= nY; in GetCrsrOfst() 1595 nTmpY = pPor->Height() - nTmpY; in GetCrsrOfst() 1596 if( nTmpY < 0 ) in GetCrsrOfst() 1597 nTmpY = 0; in GetCrsrOfst() 1598 nX = (KSHORT)nTmpY; in GetCrsrOfst()
|
H A D | itrform2.cxx | 1811 SwTwips nTmpY = Y() + pCurr->GetAscent() + nLineHeight - pCurr->Height(); in CalcRealHeight() local 1814 nTmpY = pFrm->SwitchHorizontalToVertical( nTmpY ); in CalcRealHeight() 1815 nTmpY = (*fnRect->fnYDiff)( nTmpY, RegStart() ); in CalcRealHeight() 1816 KSHORT nDiff = KSHORT( nTmpY % RegDiff() ); in CalcRealHeight()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 428 long nTmpY = pCrsrShell->aCrsrHeight.Y(); in _SetPosAndShow() local 429 if( 0 > nTmpY ) in _SetPosAndShow() 431 nTmpY = -nTmpY; in _SetPosAndShow() 434 Size( pCrsrShell->aCharRect.Height(), nTmpY ) ); in _SetPosAndShow() 443 Size( pCrsrShell->aCharRect.Width(), nTmpY ) ); in _SetPosAndShow()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | fly.cxx | 1241 SwTwips nTmpY = nNewY == LONG_MAX ? 0 : nNewY; in ChgRelPos() local 1243 nTmpY = -nTmpY; in ChgRelPos() 1278 nTmpY += pAutoFrm->GetRelPos().Y(); in ChgRelPos() 1279 nTmpY -= pAutoFrm->GetUpper()->Prt().Height(); in ChgRelPos() 1282 nTmpY = ((SwFlyAtCntFrm*)this)->GetRelCharY(pAutoFrm)-nTmpY; in ChgRelPos() 1293 aVert.SetPos( nTmpY ); in ChgRelPos()
|
H A D | trvlfrm.cxx | 2381 long nTmpY = aTmpEnd.Y(); in CalcFrmRects() local 2383 aTmpSt.Y() = nTmpY; in CalcFrmRects()
|
Completed in 81 milliseconds