Lines Matching refs:pSect

358 		SwSectionFrm* pSect = FindSctFrm();  in GrowFrm()  local
359 ASSERT( pSect, "GrowFrm: Missing SectFrm" ); in GrowFrm()
362 if( !bTst && !pSect->IsColLocked() && in GrowFrm()
363 pSect->ToMaximize( sal_False ) && pSect->Growable() ) in GrowFrm()
365 pSect->InvalidateSize(); in GrowFrm()
633 SwSectionFrm* pSect = pUp->FindSctFrm(); in Cut() local
638 if( pSect && !pSect->ToMaximize( sal_False ) && !pSect->IsColLocked() ) in Cut()
639 pSect->_InvalidateSize(); in Cut()
840 SwSectionFrm* pSect = pFtn->FindSctFrm(); in GetPrevFtnLeaf() local
841 if( pSect->IsEndnAtEnd() ) in GetPrevFtnLeaf()
842 pTmpRef = pSect->FindLastCntnt( FINDMODE_LASTCNT ); in GetPrevFtnLeaf()
856 SwSectionFrm *pSect = pNxtBoss->GetUpper()->IsSctFrm() ? in GetPrevFtnLeaf() local
866 if( pSect ) in GetPrevFtnLeaf()
868 if( pSect->IsFtnLock() ) in GetPrevFtnLeaf()
876 pSect = (SwSectionFrm*)pSect->FindMaster(); in GetPrevFtnLeaf()
877 if( !pSect || !pSect->Lower() ) in GetPrevFtnLeaf()
879 ASSERT( pSect->Lower()->IsColumnFrm(), in GetPrevFtnLeaf()
881 pNxtBoss = (SwFtnBossFrm*)pSect->Lower(); in GetPrevFtnLeaf()
882 pBody = pSect; in GetPrevFtnLeaf()
1803 SwSectionFrm* pSect = FindSctFrm(); in AppendFtn() local
1807 if( pSect && !pSect->IsJoinLocked() && ( bEnd ? !pSect->IsEndnAtEnd() : in AppendFtn()
1808 !pSect->IsFtnAtEnd() ) && pSect->Growable() ) in AppendFtn()
1809 pSect->InvalidateSize(); in AppendFtn()
2809 const SwSectionFrm* pSect = FindSctFrm(); in GetVarSpace() local
2812 if( pSect->IsEndnAtEnd() ) // endnotes allowed? in GetVarSpace()
3112 SwSectionFrm* pSect = FindSctFrm(); in MoveFtnCntFwd() local
3114 if( pSect->IsInFtn() ) in MoveFtnCntFwd()
3117 pSect->GetFollow() == (SwSectionFrm*)pTmpFtn->Lower() ) in MoveFtnCntFwd()
3121 pNewUp = new SwSectionFrm( *pSect, sal_False ); in MoveFtnCntFwd()
3129 SwFrm* pTmp = pSect->GetNext(); in MoveFtnCntFwd()