Lines Matching refs:pSectNd

878 					SwSectionNode* pSectNd = aSttNdStack[ nLevel ]->GetSectionNode();  in _MoveNodes()  local
879 if( pSectNd && !--nSectNdCnt ) in _MoveNodes()
881 SwNodeIndex aTmp( *pSectNd ); in _MoveNodes()
882 pSectNd->MakeFrms( &aTmp ); in _MoveNodes()
2119 SwSectionNode* pSectNd = ((SwSectionNode*)pAktNode)-> in _CopyNodes() local
2125 if( bNewFrms && pSectNd && in _CopyNodes()
2126 !pSectNd->GetSection().IsHidden() ) in _CopyNodes()
2127 pSectNd->MakeFrms( &nStt ); in _CopyNodes()
2273 const SwSectionNode* pSectNd; in GoNextSection() local
2275 0 != (pSectNd = pNd->FindSectionNode() ) && in GoNextSection()
2276 ( ( bSkipHidden && pSectNd->GetSection().IsHiddenFlag() ) || in GoNextSection()
2277 ( bSkipProtect && pSectNd->GetSection().IsProtectFlag() )) ) in GoNextSection()
2279 aTmp = *pSectNd->EndOfSectionNode(); in GoNextSection()
2330 const SwSectionNode* pSectNd; in GoPrevSection() local
2332 0 != (pSectNd = pNd->FindSectionNode() ) && in GoPrevSection()
2333 ( ( bSkipHidden && pSectNd->GetSection().IsHiddenFlag() ) || in GoPrevSection()
2334 ( bSkipProtect && pSectNd->GetSection().IsProtectFlag() )) ) in GoPrevSection()
2336 aTmp = *pSectNd; in GoPrevSection()
2367 SwSectionNode* pSectNd = pSttNd->IsSectionNode() in FindPrvNxtFrmNode() local
2370 if( !( pSectNd && pSectNd->GetSection().CalcHiddenFlag()/*IsHiddenFlag()*/ ) ) in FindPrvNxtFrmNode()
2398 (!pSectNd || pSttNd->IsSectionNode() || in FindPrvNxtFrmNode()
2399 pSectNd->GetIndex() < pFrmNd->GetIndex()) in FindPrvNxtFrmNode()
2419 (!pSectNd || pSttNd->IsSectionNode() || in FindPrvNxtFrmNode()
2420 pSectNd->EndOfSectionIndex() > pFrmNd->GetIndex()) in FindPrvNxtFrmNode()