Searched refs:bOtherThanFtnInside (Results 1 – 2 of 2) sorted by relevance
207 …sal_Bool bOtherThanFtnInside : 1; // the current line contains another portion than a footnote por… member in SwTxtSizeInfo252 inline sal_Bool IsOtherThanFtnInside() const { return bOtherThanFtnInside; } in IsOtherThanFtnInside()253 inline void SetOtherThanFtnInside( const sal_Bool bNew ) { bOtherThanFtnInside = bNew; } in SetOtherThanFtnInside()
267 bOtherThanFtnInside( rNew.IsOtherThanFtnInside() ), in SwTxtSizeInfo()365 bStopUnderFlow = bFtnInside = bOtherThanFtnInside = sal_False; in CtorInitTxtSizeInfo()392 bOtherThanFtnInside( rNew.IsOtherThanFtnInside() ), in SwTxtSizeInfo()
Completed in 135 milliseconds