Lines Matching refs:GetFollow
84 if( !bNoScroll || pFrm->GetFollow() ) in GetAdjFrmAtPos()
161 while( pRet->HasFollow() && nWhere >= pRet->GetFollow()->GetOfst() ) in GetFrmAtOfst()
162 pRet = pRet->GetFollow(); in GetFrmAtOfst()
169 while( pFoll->GetFollow() ) in GetFrmAtPos()
171 if( rPos.nContent.GetIndex() > pFoll->GetFollow()->GetOfst() ) in GetFrmAtPos()
172 pFoll = pFoll->GetFollow(); in GetFrmAtPos()
175 if( rPos.nContent.GetIndex() == pFoll->GetFollow()->GetOfst() in GetFrmAtPos()
177 pFoll = pFoll->GetFollow(); in GetFrmAtPos()
783 else if( !bAPI && (aLine.GetNext() || pFrm->GetFollow()) ) in RightMargin()
1276 if( 0 != ( pTmpFollow = GetFollow() ) ) in _UnitDown()
1285 pTmpFollow = pTmpFollow->GetFollow(); in _UnitDown()
1317 pTmpFollow = GetFollow(); in _UnitDown()