Home
last modified time | relevance | path

Searched refs:bFtnAtEnd (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/inc/
H A Dflowfrm.hxx127 sal_Bool bFtnAtEnd :1; // For sectionfrms only: footnotes at the end of section member in SwFlowFrm
184 sal_Bool IsFtnAtEnd() const { return bFtnAtEnd; } in IsFtnAtEnd()
186 sal_Bool IsAnyNoteAtEnd() const { return bFtnAtEnd || bEndnAtEnd; } in IsAnyNoteAtEnd()
187 sal_Bool AreNotesAtEnd() const { return bFtnAtEnd && bEndnAtEnd; } in AreNotesAtEnd()
/aoo41x/main/sw/source/core/layout/
H A Dsectfrm.cxx90 bFtnAtEnd = rSect.IsFtnAtEnd(); in SwSectionFrm()
2394 bFtnAtEnd = FTNEND_ATPGORDOCEND != nVal; in CalcFtnAtEndFlag()
2397 while( !bFtnAtEnd && !bOwnFtnNum ) in CalcFtnAtEndFlag()
2406 bFtnAtEnd = sal_True; in CalcFtnAtEndFlag()

Completed in 14 milliseconds