Lines Matching refs:pSectNd

373         SwSectionNode *const pSectNd = pNewSection->GetFmt()->GetSectionNode();  in InsertTableOf()  local
387 SwNodeIndex aIdx( *pSectNd, +1 ); in InsertTableOf()
418 SwSectionNode* pSectNd = pNd->FindSectionNode(); in InsertTableOf() local
419 while( pSectNd ) in InsertTableOf()
421 SectionType eT = pSectNd->GetSection().GetType(); in InsertTableOf()
424 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in InsertTableOf()
460 const SwSectionNode* pSectNd = rNd.FindSectionNode(); in GetCurTOX() local
461 while( pSectNd ) in GetCurTOX()
463 SectionType eT = pSectNd->GetSection().GetType(); in GetCurTOX()
466 ASSERT( pSectNd->GetSection().ISA( SwTOXBaseSection ), in GetCurTOX()
469 pSectNd->GetSection(); in GetCurTOX()
472 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in GetCurTOX()
656 const SwSectionNode* pSectNd; in GetUniqueTOXBaseName() local
671 if( 0 != ( pSectNd = (*pSectionFmtTbl)[ n ]->GetSectionNode( sal_False ) )&& in GetUniqueTOXBaseName()
672 TOX_CONTENT_SECTION == (pSect = &pSectNd->GetSection())->GetType()) in GetUniqueTOXBaseName()
767 const SwSectionNode* pSectNd = GetFmt()->GetSectionNode(); in SetPosAtStartEnd() local
768 if( pSectNd ) in SetPosAtStartEnd()
774 rPos.nNode = *pSectNd; in SetPosAtStartEnd()
775 pCNd = pSectNd->GetDoc()->GetNodes().GoNext( &rPos.nNode ); in SetPosAtStartEnd()
779 rPos.nNode = *pSectNd->EndOfSectionNode(); in SetPosAtStartEnd()
780 pCNd = pSectNd->GetDoc()->GetNodes().GoPrevious( &rPos.nNode ); in SetPosAtStartEnd()
796 const SwSectionNode* pSectNd; in Update() local
798 !GetFmt() || 0 == (pSectNd = GetFmt()->GetSectionNode() ) || in Update()
799 !pSectNd->GetNodes().IsDocNodes() || in Update()
810 SwDoc* pDoc = (SwDoc*)pSectNd->GetDoc(); in Update()
822 pSectNd->GetSection().GetFmt()->GetPageDesc().GetPageDesc(); in Update()
826 sal_uInt32 nPgDescNdIdx = pSectNd->GetIndex() + 1; in Update()
828 pDefaultPageDesc = pSectNd->FindPageDesc( sal_False, pPgDescNdIdx ); in Update()
829 if ( nPgDescNdIdx < pSectNd->GetIndex() ) in Update()
837 ( pSectNd->EndOfSectionNode()->GetIndex() < in Update()
838 (pSectNd->GetNodes().GetEndOfContent().GetIndex() - 1) ) in Update()
842 SwNodeIndex aIdx( *(pSectNd->EndOfSectionNode()) ); in Update()
843 const SwCntntNode* pNdAfterTOX = pSectNd->GetNodes().GoNext( &aIdx ); in Update()
856 ( pSectNd->GetIndex() > in Update()
857 (pSectNd->GetNodes().GetEndOfContent().StartOfSectionIndex() + 1) ) in Update()
861 SwNodeIndex aIdx( *pSectNd ); in Update()
863 pSectNd->GetNodes().GoPrevious( &aIdx )->FindPageDesc( sal_False ); in Update()
887 ? ::lcl_FindChapterNode( *pSectNd, 0 ) in Update()
890 SwNode2Layout aN2L( *pSectNd ); in Update()
891 ((SwSectionNode*)pSectNd)->DelFrms(); in Update()
896 pDoc->DeleteRedline( *pSectNd, true, USHRT_MAX ); in Update()
898 SwNodeIndex aSttIdx( *pSectNd, +1 ); in Update()
899 SwNodeIndex aEndIdx( *pSectNd->EndOfSectionNode() ); in Update()
934 SwNodeIndex aIdx( *pSectNd, +1 ); in Update()
1047 GenerateText( nCnt, nRange, aStrArr, pSectNd->GetIndex(), pDefaultPageDesc ); in Update()
1065 aEndIdx = *pSectNd; in Update()
1075 sal_uLong nIdx = pSectNd->GetIndex(); in Update()
1077 if(nIdx + 2 < pSectNd->EndOfSectionIndex()) in Update()