Lines Matching refs:SwCntntFrm
47 class SwCntntFrm;
353 SwCntntFrm* _FindNextCnt( const bool _bInSameFtn = false );
384 SwCntntFrm* _FindPrevCnt( const bool _bInSameFtn = false );
700 inline SwCntntFrm* FindNextCnt( const bool _bInSameFtn = false );
713 inline const SwCntntFrm* FindNextCnt( const bool _bInSameFtn = false ) const;
724 inline SwCntntFrm* FindPrevCnt( const bool _bInSameFtn = false ) in FindPrevCnt()
727 return (SwCntntFrm*)(GetPrev()); in FindPrevCnt()
738 inline const SwCntntFrm* FindPrevCnt( const bool _bInSameFtn = false ) const in FindPrevCnt()
741 return (const SwCntntFrm*)(GetPrev()); in FindPrevCnt()
1206 inline SwCntntFrm *SwFrm::FindNextCnt( const bool _bInSameFtn ) in FindNextCnt()
1209 return (SwCntntFrm*)pNext; in FindNextCnt()
1215 inline const SwCntntFrm *SwFrm::FindNextCnt( const bool _bInSameFtn ) const in FindNextCnt()
1218 return (SwCntntFrm*)pNext; in FindNextCnt()