Home
last modified time | relevance | path

Searched refs:IsAnyNoteAtEnd (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dsectfrm.hxx149 bool IsAnyNoteAtEnd() const { return m_bFootnoteAtEnd || m_bEndnAtEnd; } in IsAnyNoteAtEnd() function in SwSectionFrame
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dsectfrm.hxx162 bool IsAnyNoteAtEnd() const { return m_bFootnoteAtEnd || m_bEndnAtEnd; } in IsAnyNoteAtEnd() function in SwSectionFrame
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dcolfrm.cxx213 bAtEnd = static_cast<SwSectionFrame*>(this)->IsAnyNoteAtEnd(); in ChgColumns()
H A Dsectfrm.cxx144 if( ( rCol.GetNumCols() > 1 || IsAnyNoteAtEnd() ) && !IsInFootnote() ) in Init()
147 ChgColumns( *pOld, rCol, IsAnyNoteAtEnd() ); in Init()
1102 if( !bCalc && !bGrow && IsAnyNoteAtEnd() && !IsInFootnote() ) in CheckClipping()
H A Dftnfrm.cxx946 static_cast<SwSectionFrame*>(pLow)->IsAnyNoteAtEnd() ) && in sw_RemoveFootnotes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dcolfrm.cxx212 bAtEnd = static_cast<SwSectionFrame*>(this)->IsAnyNoteAtEnd(); in ChgColumns()
H A Dsectfrm.cxx139 if( ( rCol.GetNumCols() > 1 || IsAnyNoteAtEnd() ) && !IsInFootnote() ) in Init()
142 ChgColumns( *pOld, rCol, IsAnyNoteAtEnd() ); in Init()
1095 if( !bCalc && !bGrow && IsAnyNoteAtEnd() && !IsInFootnote() ) in CheckClipping()
H A Dftnfrm.cxx913 static_cast<SwSectionFrame*>(pLow)->IsAnyNoteAtEnd() ) && in sw_RemoveFootnotes()