Lines Matching refs:GetMaster

612 		pFtn->GetFollow()->SetMaster( pFtn->GetMaster() );  in Cut()
613 if ( pFtn->GetMaster() ) in Cut()
614 pFtn->GetMaster()->SetFollow( pFtn->GetFollow() ); in Cut()
682 if ( GetPrev() && GetPrev() == GetMaster() ) in Paste()
826 pRet = pFtn->GetMaster(); in GetPrevFtnLeaf()
1003 while ( pFtn->GetMaster() ) in lcl_RemoveFtns()
1004 pFtn = pFtn->GetMaster(); in lcl_RemoveFtns()
1324 ASSERT( !pCheck->GetMaster(), "Master not an Master." ); in ResetFtn()
1342 while ( pFtn && pFtn->GetMaster() ) in ResetFtn()
1343 pFtn = pFtn->GetMaster(); in ResetFtn()
1501 ASSERT( !pSibling->GetMaster() || ( ENDNOTE > nStPos && in InsertFtn()
1618 if( pSibling->GetMaster() ) in InsertFtn()
1624 pSibling = pSibling->GetMaster(); in InsertFtn()
1625 while ( pSibling->GetMaster() ); in InsertFtn()
1904 while ( pFtn && pFtn->GetMaster() ) in FindFtn()
1905 pFtn = pFtn->GetMaster(); in FindFtn()
2072 ASSERT( !_pFtn->GetMaster() || _pFtn->GetRef() != _pRef, "FollowFtn moven?" ); in _CollectFtns()
2073 while ( _pFtn->GetMaster() ) in _CollectFtns()
2074 _pFtn = _pFtn->GetMaster(); in _CollectFtns()
2102 while( pNxtFtn->GetMaster() ) in _CollectFtns()
2103 pNxtFtn = pNxtFtn->GetMaster(); in _CollectFtns()
2112 { ASSERT( !pNxtFtn->GetMaster(), "_CollectFtn: Master exspected" ); in _CollectFtns()
2113 while ( pNxtFtn->GetMaster() ) in _CollectFtns()
2114 pNxtFtn = pNxtFtn->GetMaster(); in _CollectFtns()
2146 ASSERT( !_pFtn->GetMaster(), "FollowFtn moven?" ); in _CollectFtns()
2324 { ASSERT( !pFtn->GetMaster() && !pFtn->GetFollow(), in _MoveFtns()
2722 !pFtn->GetMaster() && in UpdateFtnNum()