Lines Matching refs:pCurr
867 KSHORT nOldReal = pCurr->GetRealHeight(); in NewFtnPortion()
868 KSHORT nOldAscent = pCurr->GetAscent(); in NewFtnPortion()
869 KSHORT nOldHeight = pCurr->Height(); in NewFtnPortion()
871 nReal = pCurr->GetRealHeight(); in NewFtnPortion()
874 pCurr->SetRealHeight( nOldReal ); in NewFtnPortion()
875 pCurr->Height( nOldHeight ); in NewFtnPortion()
876 pCurr->SetAscent( nOldAscent ); in NewFtnPortion()
1133 if( GetRedln() && pCurr->HasRedline() ) in FormatQuoVadis()
1139 SwLinePortion *pPor = pCurr->GetFirstPortion(); in FormatQuoVadis()
1190 nLastLeft = nOldRealWidth - pCurr->Width(); in FormatQuoVadis()
1195 pPor = pCurr->FindLastPortion(); in FormatQuoVadis()
1219 if( !pCurr->GetLen() || in FormatQuoVadis()
1220 CH_BREAK != GetInfo().GetChar(nStart+pCurr->GetLen()-1)) in FormatQuoVadis()
1274 pCurr->Width( pCurr->Width() + KSHORT( nQuoWidth ) ); in FormatQuoVadis()
1279 CalcAdjustLine( pCurr ); in FormatQuoVadis()
1307 if( pCurr && nRstHeight > pCurr->Height() ) in MakeDummyLine()
1310 nRstHeight = nRstHeight - pCurr->Height(); in MakeDummyLine()