Lines Matching refs:GetAttr

105     return lcl_FindFtnPos( pDoc, GetAttr() ) <  in operator <()
432 if( ((SwFtnFrm*)pFtn)->GetAttr()->GetFtn().IsEndNote() ) in GrowFrm()
562 SwTxtFtn* pTxtFtn = GetAttr(); in GrowFrm()
580 SwTxtFtn* pTxtFtn = GetAttr(); in ShrinkFrm()
581 if( &pTxtFtn->GetAttr() && pTxtFtn->GetFtn().GetNumber() == nNum ) in ShrinkFrm()
703 ASSERT( lcl_FindFtnPos( pDoc, ((SwFtnFrm*)GetPrev())->GetAttr() ) <= in Paste()
704 lcl_FindFtnPos( pDoc, GetAttr() ), "Prev ist not FtnPrev" ); in Paste()
708 ASSERT( lcl_FindFtnPos( pDoc, GetAttr() ) <= in Paste()
709 lcl_FindFtnPos( pDoc, ((SwFtnFrm*)GetNext())->GetAttr() ), in Paste()
836 bool bEndn = pFtn->GetAttr()->GetFtn().IsEndNote(); in GetPrevFtnLeaf()
1008 if ( !pFtn->GetAttr()->GetFtn().IsEndNote() || in lcl_RemoveFtns()
1011 pFtn->GetRef()->Prepare( PREP_FTN, (void*)pFtn->GetAttr() ); in lcl_RemoveFtns()
1326 SwNodeIndex aIdx( *pCheck->GetAttr()->GetStartNode(), 1 ); in ResetFtn()
1395 bool bEndnt = pNew->GetAttr()->GetFtn().IsEndNote(); in InsertFtn()
1435 const sal_uLong nStPos = ::lcl_FindFtnPos( pDoc, pNew->GetAttr() ); in InsertFtn()
1442 nCmpPos = ::lcl_FindFtnPos( pDoc, pSibling->GetAttr() ); in InsertFtn()
1463 nCmpPos = ::lcl_FindFtnPos( pDoc, pFtn->GetAttr() ); in InsertFtn()
1485 nCmpPos = ::lcl_FindFtnPos( pDoc, pSibling->GetAttr() ); in InsertFtn()
1502 pSibling->GetAttr()->GetFtn().IsEndNote() ), in InsertFtn()
1522 nCmpPos = ::lcl_FindFtnPos( pDoc, pSibling->GetAttr() ); in InsertFtn()
1553 !pNew->GetAttr()->GetFtn().IsEndNote() ); in InsertFtn()
1570 GetAttr()->GetFtn().IsEndNote() ); in InsertFtn()
1595 nCmpPos = ::lcl_FindFtnPos( pDoc, pSibling->GetAttr() ); in InsertFtn()
1608 nCmpPos = ::lcl_FindFtnPos( pDoc, pSibling->GetAttr() ); in InsertFtn()
1702 ((SwFtnFrm*)pCont->Lower())->GetAttr())) in AppendFtn()
1745 ((SwFtnFrm*)pCont->Lower())->GetAttr())) in AppendFtn()
1775 while( pTmp && !pTmp->GetAttr()->GetFtn().IsEndNote() ) in AppendFtn()
1822 while ( pCnt && pCnt->FindFtnFrm()->GetAttr() == pAttr ) in AppendFtn()
1902 if( pFtn->GetAttr() != pAttr ) in FindFtn()
2111 else if( !pNxtFtn->GetAttr()->GetFtn().IsEndNote() ) in _CollectFtns()
2124 if ( _pFtn->GetRef() == _pRef && !_pFtn->GetAttr()->GetFtn().IsEndNote() ) in _CollectFtns()
2252 SwTxtFtn *pAttr = pFtn->GetAttr(); in _MoveFtns()
2265 while ( pCnt && pCnt->FindFtnFrm()->GetAttr() == pAttr ) in _MoveFtns()
2345 SwTxtFtn* pAttr = pNextFtn->GetAttr(); in _MoveFtns()
2358 while ( pCnt && pCnt->FindFtnFrm()->GetAttr() == pAttr ) in _MoveFtns()
2502 bStart = ::lcl_FindFtnPos( pDoc, pCnt->FindFtnFrm()->GetAttr() ) in RearrangeFtns()
2638 pFtnFrm->GetAttr()->GetFtn().IsEndNote() ) != this ) in RearrangeFtns()
2655 pCnt->FindFtnFrm()->GetAttr()) > nFtnPos ) ) in RearrangeFtns()
2719 SwTxtFtn* pTxtFtn = pFtn->GetAttr(); in UpdateFtnNum()
2823 if( pFtn->GetAttr()->GetFtn().IsEndNote() ) in GetVarSpace()
3091 pOld, pOld->GetRef(), pOld->GetAttr() ); in MoveFtnCntFwd()
3101 if( pNx && pTmpFtn->GetAttr()->GetFtn().IsEndNote() ) in MoveFtnCntFwd()
3102 while(pNx && !((SwFtnFrm*)pNx)->GetAttr()->GetFtn().IsEndNote()) in MoveFtnCntFwd()
3107 ASSERT( pTmpFtn->GetAttr() == FindFtnFrm()->GetAttr(), "Wrong Footnote!" ); in MoveFtnCntFwd()