LibreOffice Module sw (master)
1
|
#include <node2lay.hxx>
Public Member Functions | |
SwNode2LayoutSaveUpperFrames (const SwNode &rNd) | |
Use this ctor for collecting the UpperFrames. More... | |
~SwNode2LayoutSaveUpperFrames () | |
void | RestoreUpperFrames (SwNodes &rNds, sal_uLong nStt, sal_uLong nEnd) |
Private Attributes | |
std::unique_ptr< SwNode2LayImpl > | m_pImpl |
Definition at line 69 of file node2lay.hxx.
SwNode2LayoutSaveUpperFrames::SwNode2LayoutSaveUpperFrames | ( | const SwNode & | rNd | ) |
Use this ctor for collecting the UpperFrames.
Definition at line 433 of file node2lay.cxx.
SwNode2LayoutSaveUpperFrames::~SwNode2LayoutSaveUpperFrames | ( | ) |
Definition at line 459 of file node2lay.cxx.
void SwNode2LayoutSaveUpperFrames::RestoreUpperFrames | ( | SwNodes & | rNds, |
sal_uLong | nStt, | ||
sal_uLong | nEnd | ||
) |
Definition at line 439 of file node2lay.cxx.
References m_pImpl.
Referenced by SwNodes::InsertTextSection(), SwUndoSort::RedoImpl(), SwDoc::SortTable(), SwNodes::TableToText(), SwUndoSort::UndoImpl(), and SwTOXBaseSection::Update().
|
private |
Definition at line 71 of file node2lay.hxx.
Referenced by RestoreUpperFrames(), and SwNode2LayoutSaveUpperFrames().