Searched refs:SeekEntry (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sw/source/core/crsr/ |
H A D | trvlfnfl.cxx | 192 if( rFtnArr.SeekEntry( GetPoint()->nNode, &nPos )) in GotoNextFtnAnchor() 253 if( rFtnArr.SeekEntry( GetPoint()->nNode, &nPos ) ) in GotoPrevFtnAnchor()
|
/trunk/main/sw/source/core/doc/ |
H A D | ftnidx.cxx | 123 if( SeekEntry( *pCapStt, &nPos ) && nPos ) in UpdateFtn() 296 SwTxtFtn* SwFtnIdxs::SeekEntry( const SwNodeIndex& rPos, sal_uInt16* pFndPos ) const in SeekEntry() function in SwFtnIdxs
|
H A D | docftn.cxx | 422 rFtnArr.SeekEntry( pStt->nNode, &nPos ); in SetCurFtn()
|
H A D | docedt.cxx | 388 rFtnArr.SeekEntry( rSttNd, &nPos ); in lcl_SaveFtn()
|
/trunk/main/sw/source/ui/fldui/ |
H A D | fldref.cxx | 905 if (pSh->GetSeqFtnList(aArr) && aArr.SeekEntry(aElem, &nPos)) in FillItemSet() 926 if (pSh->GetSeqFtnList(aArr, true) && aArr.SeekEntry(aElem, &nPos)) in FillItemSet() 994 if (pType->GetSeqFldList(aArr) && aArr.SeekEntry(aElem, &nPos)) in FillItemSet()
|
/trunk/main/sw/inc/ |
H A D | ftnidx.hxx | 51 SwTxtFtn* SeekEntry( const SwNodeIndex& rIdx, sal_uInt16* pPos = 0 ) const;
|
H A D | expfld.hxx | 65 sal_Bool SeekEntry( const _SeqFldLstElem& , sal_uInt16* pPos = 0 );
|
/trunk/main/sw/source/core/fields/ |
H A D | expfld.cxx | 716 sal_Bool bRet = SeekEntry( *pNew, &nPos ); in InsertSort() 722 sal_Bool SwSeqFldList::SeekEntry( const _SeqFldLstElem& rNew, sal_uInt16* pP ) in SeekEntry() function in SwSeqFldList
|
/trunk/main/sw/source/core/layout/ |
H A D | ssfrm.cxx | 473 rFtnIdxs.SeekEntry( *pTxtNd, &nPos ); in ~SwCntntFrm()
|
/trunk/main/sw/source/core/undo/ |
H A D | undobj.cxx | 576 rFtnArr.SeekEntry( pStt->nNode, &nPos ); in DelCntntIndex()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 773 rFtnArr.SeekEntry( SwNodeIndex( *pNd ), &nPos ); in lcl_DeleteFtn()
|
H A D | node.cxx | 511 const SwTxtFtn* pTFtn = GetDoc()->GetFtnIdxs().SeekEntry( in IsProtect()
|
Completed in 1438 milliseconds