Lines Matching refs:nTmp

298                         long nTmp = pSpace->GetPropLineSpace();  in CtorInitTxtMargin()  local
301 if( nTmp < 50 ) in CtorInitTxtMargin()
302 nTmp = nTmp ? 50 : 100; in CtorInitTxtMargin()
304 nTmp *= nFirstLineOfs; in CtorInitTxtMargin()
305 nTmp /= 100; in CtorInitTxtMargin()
306 if( !nTmp ) in CtorInitTxtMargin()
307 ++nTmp; in CtorInitTxtMargin()
308 nFirstLineOfs = (KSHORT)nTmp; in CtorInitTxtMargin()
858 long nTmp = pOrig->Width(); in _GetCharRect() local
860 pOrig->Height( nTmp ); in _GetCharRect()
861 nTmp = pOrig->Left() - aOldPos.X(); in _GetCharRect()
866 if ( nTmp ) in _GetCharRect()
867 nTmp--; in _GetCharRect()
871 pOrig->Pos().Y() = aOldPos.Y() + nTmp; in _GetCharRect()
874 + pPor->Height() - nTmp - pOrig->Height(); in _GetCharRect()
937 SwTwips nTmp = nX; in _GetCharRect() local
949 nTmp += pPor->GetTxtSize( aInf ).Width(); in _GetCharRect()
952 nTmp += pPor->CalcSpacing(nSpaceAdd, aInf); in _GetCharRect()
953 pOrig->Width( nTmp - nX ); in _GetCharRect()
1088 SwTwips nTmp; in _GetCharRect() local
1091 nTmp = pPor->Width(); in _GetCharRect()
1093 nTmp += pPor->CalcSpacing( nSpaceAdd, aInf ); in _GetCharRect()
1105 nTmp = pPor->GetTxtSize( aInf ).Width(); in _GetCharRect()
1108 nTmp += pPor->CalcSpacing( nSpaceAdd, aInf ); in _GetCharRect()
1111 pOrig->Width( nTmp ); in _GetCharRect()
1257 long nTmp = pCMS->aRealHeight.X() + pOrig->Top(); in GetCharRect() local
1258 if( nTmp >= nMax ) in GetCharRect()
1263 else if( nTmp + pCMS->aRealHeight.Y() > nMax ) in GetCharRect()
1264 pCMS->aRealHeight.Y() = nMax - nTmp; in GetCharRect()