Lines Matching refs:GetSection
2126 !pSectNd->GetSection().IsHidden() ) in _CopyNodes()
2251 const SwSection& rSect = ((SwSectionNode*)pNd)->GetSection(); in GoNextSection()
2264 pStartOfSection)->GetSection(); in GoNextSection()
2276 ( ( bSkipHidden && pSectNd->GetSection().IsHiddenFlag() ) || in GoNextSection()
2277 ( bSkipProtect && pSectNd->GetSection().IsProtectFlag() )) ) in GoNextSection()
2307 pStartOfSection)->GetSection(); in GoPrevSection()
2321 pStartOfSection)->GetSection(); in GoPrevSection()
2333 ( ( bSkipHidden && pSectNd->GetSection().IsHiddenFlag() ) || in GoPrevSection()
2334 ( bSkipProtect && pSectNd->GetSection().IsProtectFlag() )) ) in GoPrevSection()
2370 if( !( pSectNd && pSectNd->GetSection().CalcHiddenFlag()/*IsHiddenFlag()*/ ) ) in FindPrvNxtFrmNode()
2462 GetSectionNode()->GetSection(); in FindPrvNxtFrmNode()