Lines Matching refs:pSect

63 	SwSectionFrm* pSect;  member in SwEndnoter
67 : pMaster( pLay ), pSect( NULL ), pEndArr( NULL ) {} in SwEndnoter()
71 const SwSectionFrm* GetSect() { return pSect; } in GetSect()
79 if( !pSect ) in CollectEndnotes()
80 pSect = pSct; in CollectEndnotes()
81 else if( pSct != pSect ) in CollectEndnotes()
83 pSect->CollectEndnotes( pMaster ); in CollectEndnotes()
138 if( !pSect ) in InsertEndnotes()
142 pSect = NULL; in InsertEndnotes()
145 ASSERT( pSect->Lower() && pSect->Lower()->IsFtnBossFrm(), in InsertEndnotes()
147 SwFrm* pRef = pSect->FindLastCntnt( FINDMODE_MYLAST ); in InsertEndnotes()
149 : (SwFtnBossFrm*)pSect->Lower(); in InsertEndnotes()
153 pSect = NULL; in InsertEndnotes()
258 void SwLayouter::_CollectEndnotes( SwSectionFrm* pSect ) in _CollectEndnotes() argument
262 pEndnoter->CollectEndnotes( pSect ); in _CollectEndnotes()
275 void SwLayouter::InsertEndnotes( SwSectionFrm* pSect ) in InsertEndnotes() argument
277 if( !pEndnoter || pEndnoter->GetSect() != pSect ) in InsertEndnotes()
313 void SwLayouter::CollectEndnotes( SwDoc* pDoc, SwSectionFrm* pSect ) in CollectEndnotes() argument
318 pDoc->GetLayouter()->_CollectEndnotes( pSect ); in CollectEndnotes()
321 sal_Bool SwLayouter::Collecting( SwDoc* pDoc, SwSectionFrm* pSect, SwFtnFrm* pFtn ) in Collecting() argument
326 if( pLayouter->pEndnoter && pLayouter->pEndnoter->GetSect() && pSect && in Collecting()
327 ( pLayouter->pEndnoter->GetSect()->IsAnFollow( pSect ) || in Collecting()
328 pSect->IsAnFollow( pLayouter->pEndnoter->GetSect() ) ) ) in Collecting()