Lines Matching refs:EndOfSectionNode
99 aChkIdx > pTblNd->EndOfSectionNode()->GetIndex() ) in lcl_IsInSameTblBox()
330 SwPaM aPam( *pNewSectNode->EndOfSectionNode(), *pNewSectNode, 1 ); in InsertSwSection()
438 pNxtNd = pNd->EndOfSectionNode(); in IsInsRegionAvailable()
544 SwPaM aPaM( *pSectNd->EndOfSectionNode(), *pSectNd ); in DelSectionFmt()
675 *pSectNd, *pSectNd->EndOfSectionNode() ); in UpdateSection()
853 const SwNode* pLastNode = pSectNd->StartOfSectionNode()->EndOfSectionNode(); in InsertTextSection()
870 pTemp = pTemp->EndOfSectionNode(); in InsertTextSection()
923 if( !pSectNd->GetNodes().FindPrvNxtFrmNode( aTmp, pSectNd->EndOfSectionNode() ) ) in InsertTextSection()
1097 SwNodeIndex aIdx( *EndOfSectionNode() ); in MakeFrms()
1215 new SwNodeIndex( *EndOfSectionNode(), 1 ); in MakeFrms()
1250 aIdx = *EndOfSectionNode(); in DelFrms()
1252 !CheckNodesRange( *EndOfSectionNode(), aIdx, sal_True ) || in DelFrms()
1254 !lcl_IsInSameTblBox( rNds, *EndOfSectionNode(), false )) in DelFrms()
1315 SwNodeRange aRg( *this, +1, *EndOfSectionNode() ); // (wo stehe in denn nun ??) in MakeCopy()
1354 aTmp = *aTmp.GetNode().EndOfSectionNode(); in IsCntntHidden()