|
LibreOffice Module sw (master) 1
|
#include "layfrm.hxx"Go to the source code of this file.
Classes | |
| class | SwFootnoteContFrame |
| class | SwFootnoteFrame |
| Represents one footnote or endnote in the layout. More... | |
Namespaces | |
| namespace | sw |
| Dialog to specify the properties of date form field. | |
Functions | |
| void | sw_RemoveFootnotes (SwFootnoteBossFrame *pBoss, bool bPageOnly, bool bEndNotes) |
| remove all footnotes (not the references) and all footnote pages More... | |
| void | sw::RemoveFootnotesForNode (SwRootFrame const &rLayout, SwTextNode const &rTextNode, std::vector< std::pair< sal_Int32, sal_Int32 > > const *const pExtents) |
| void sw_RemoveFootnotes | ( | SwFootnoteBossFrame * | pBoss, |
| bool | bPageOnly, | ||
| bool | bEndNotes | ||
| ) |
remove all footnotes (not the references) and all footnote pages
Definition at line 920 of file ftnfrm.cxx.
References SwFootnoteFrame::Cut(), SwFrame::DestroyFrame(), SwFootnoteBossFrame::FindBodyCont(), SwFootnoteBossFrame::FindFootnoteCont(), FootnoteInvalidation, SwFootnoteFrame::GetAttr(), SwFootnoteFrame::GetFollow(), SwTextAttr::GetFootnote(), SwFootnoteFrame::GetMaster(), SwFrame::GetNext(), SwFootnoteFrame::GetRef(), SwSectionFrame::IsAnyNoteAtEnd(), SwFrame::IsColumnFrame(), SwFormatFootnote::IsEndNote(), SwFrame::IsInSct(), SwFrame::IsSctFrame(), Lower, SwLayoutFrame::Lower(), SwFrame::Prepare(), and sw_RemoveFootnotes().
Referenced by lcl_RemoveColumns(), SwRootFrame::RemoveFootnotes(), and sw_RemoveFootnotes().