Searched refs:_bInvestigateFtnForSections (Results 1 – 2 of 2) sorted by relevance
118 const SwFrm *ContainsAny( const bool _bInvestigateFtnForSections = false ) const;119 inline SwFrm *ContainsAny( const bool _bInvestigateFtnForSections = false );184 inline SwFrm* SwLayoutFrm::ContainsAny( const bool _bInvestigateFtnForSections ) in ContainsAny() argument186 return (SwFrm*)(((const SwLayoutFrm*)this)->ContainsAny( _bInvestigateFtnForSections )); in ContainsAny()
168 const SwFrm *SwLayoutFrm::ContainsAny( const bool _bInvestigateFtnForSections ) const in ContainsAny()177 const bool bNoFtn = IsSctFrm() && !_bInvestigateFtnForSections; in ContainsAny()
Completed in 3300 milliseconds