Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx80 SwNodeIndex aChkIdx( _rNd ); in lcl_IsInSameTblBox() local
90 ? !_rNds.GoPrevSection( &aChkIdx, sal_False, sal_False ) in lcl_IsInSameTblBox()
91 : !_rNds.GoNextSection( &aChkIdx, sal_False, sal_False ) ) in lcl_IsInSameTblBox()
98 if ( aChkIdx < pTblNd->GetIndex() || in lcl_IsInSameTblBox()
99 aChkIdx > pTblNd->EndOfSectionNode()->GetIndex() ) in lcl_IsInSameTblBox()
107 SwSectionNode* pSectNd = aChkIdx.GetNode().FindSectionNode(); in lcl_IsInSameTblBox()
128 nIdx = aChkIdx.GetIndex(); in lcl_IsInSameTblBox()

Completed in 20 milliseconds