Lines Matching refs:pAttr
62 sal_uLong MA_FASTCALL lcl_FindFtnPos( const SwDoc *pDoc, const SwTxtFtn *pAttr ) in lcl_FindFtnPos() argument
90 SwTxtFtnPtr pBla = (SwTxtFtn*)pAttr; in lcl_FindFtnPos()
93 if( pAttr->GetFtn().IsEndNote() ) in lcl_FindFtnPos()
516 pAttr( pAt ), in SwFtnFrm()
1642 void SwFtnBossFrm::AppendFtn( SwCntntFrm *pRef, SwTxtFtn *pAttr ) in AppendFtn() argument
1645 if ( FindFtn( pRef, pAttr ) ) in AppendFtn()
1659 if ( pAttr->GetFtn().IsEndNote() ) in AppendFtn()
1694 const sal_uLong nStPos = ::lcl_FindFtnPos( pDoc, pAttr ); in AppendFtn()
1737 const sal_uLong nStPos = ::lcl_FindFtnPos( pDoc, pAttr ); in AppendFtn()
1758 if ( !pAttr->GetStartNode() ) in AppendFtn()
1777 if( pTmp && *pTmp < pAttr ) in AppendFtn()
1783 SwFtnFrm *pNew = new SwFtnFrm( pDoc->GetDfltFrmFmt(), this, pRef, pAttr ); in AppendFtn()
1785 SwNodeIndex aIdx( *pAttr->GetStartNode(), 1 ); in AppendFtn()
1822 while ( pCnt && pCnt->FindFtnFrm()->GetAttr() == pAttr ) in AppendFtn()
1874 SwFtnFrm *SwFtnBossFrm::FindFtn( const SwCntntFrm *pRef, const SwTxtFtn *pAttr ) in FindFtn() argument
1877 ASSERT( pAttr->GetStartNode(), "FtnAtr ohne StartNode." ); in FindFtn()
1878 SwNodeIndex aIdx( *pAttr->GetStartNode(), 1 ); in FindFtn()
1902 if( pFtn->GetAttr() != pAttr ) in FindFtn()
1920 void SwFtnBossFrm::RemoveFtn( const SwCntntFrm *pRef, const SwTxtFtn *pAttr, in RemoveFtn() argument
1923 SwFtnFrm *pFtn = FindFtn( pRef, pAttr ); in RemoveFtn()
1951 void SwFtnBossFrm::ChangeFtnRef( const SwCntntFrm *pOld, const SwTxtFtn *pAttr, in ChangeFtnRef() argument
1954 SwFtnFrm *pFtn = FindFtn( pOld, pAttr ); in ChangeFtnRef()
2252 SwTxtFtn *pAttr = pFtn->GetAttr(); in _MoveFtns() local
2265 while ( pCnt && pCnt->FindFtnFrm()->GetAttr() == pAttr ) in _MoveFtns()
2345 SwTxtFtn* pAttr = pNextFtn->GetAttr(); in _MoveFtns() local
2358 while ( pCnt && pCnt->FindFtnFrm()->GetAttr() == pAttr ) in _MoveFtns()
2409 SwTxtFtn *pAttr ) in MoveFtns() argument
2413 || pAttr->GetFtn().IsEndNote() ) in MoveFtns()
2422 ChangeFtnRef( pSrc, pAttr, pDest ); in MoveFtns()
2454 const SwTxtFtn *pAttr ) in RearrangeFtns() argument
2484 const sal_uLong nFtnPos = pAttr ? ::lcl_FindFtnPos( pDoc, pAttr ) : 0; in RearrangeFtns()
2489 sal_Bool bStart = pAttr == 0; // wenn kein Attribut uebergeben wird, alle bearbeiten in RearrangeFtns()
2653 if ( pAttr && in RearrangeFtns()
3219 ASSERT( pAttr, "invalid Attribute" ); in GetRefFromAttr()
3220 SwTxtNode& rTNd = (SwTxtNode&)pAttr->GetTxtNode(); in GetRefFromAttr()
3221 SwPosition aPos( rTNd, SwIndex( &rTNd, *pAttr->GetStart() )); in GetRefFromAttr()