Home
last modified time | relevance | path

Searched refs:lcl_FindFtnPos (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sw/source/core/layout/
H A Dftnfrm.cxx62 sal_uLong MA_FASTCALL lcl_FindFtnPos( const SwDoc *pDoc, const SwTxtFtn *pAttr ) in lcl_FindFtnPos() function
105 return lcl_FindFtnPos( pDoc, GetAttr() ) < in operator <()
106 lcl_FindFtnPos( pDoc, pTxtFtn ); in operator <()
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()
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()
[all …]