Lines Matching refs:GetSttNd
87 if( (*this)[ nM ]->GetSttNd() == rSrch->GetSttNd() ) in _SV_IMPL_SORTAR_ALG()
947 ASSERT( pBox->GetSttNd(), "Box ohne Start-Node" ); in lcl_InsTblBox()
965 rPam.GetPoint()->nNode = *rBox.GetSttNd()->EndOfSectionNode(); in IsEmptyBox()
968 rPam.GetPoint()->nNode = *rBox.GetSttNd(); in IsEmptyBox()
971 && ( rBox.GetSttNd()->GetIndex() + 1 == rPam.GetPoint()->nNode.GetIndex() ); in IsEmptyBox()
978 nEndIdx = rBox.GetSttNd()->EndOfSectionIndex(), in IsEmptyBox()
1031 GetSttNd()->FindTableNode(); in GetMergeSel()
1437 SwPosition aInsPos( *(*ppMergeBox)->GetSttNd() ); in GetMergeSel()
1445 aPam.GetPoint()->nNode.Assign( *rPt.pSelBox->GetSttNd()-> in GetMergeSel()
1451 SwNodeIndex aSttNdIdx( *rPt.pSelBox->GetSttNd(), 1 ); in GetMergeSel()
1489 (*ppMergeBox)->GetSttNd()->EndOfSectionIndex(), in GetMergeSel()
1491 SwNodeIndex aIdx( *(*ppMergeBox)->GetSttNd()->EndOfSectionNode(), -1 ); in GetMergeSel()
1512 if( !rpFndBox->GetBox()->GetSttNd() ) in lcl_CheckCol()
1553 const SwTableNode* pTblNd = aPara.rBoxes[0]->GetSttNd()->FindTableNode(); in CheckMergeSel()