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, SwNodeOffset nStt, SwNodeOffset nEnd) |
Private Attributes | |
std::unique_ptr< SwNode2LayImpl > | m_pImpl |
Definition at line 70 of file node2lay.hxx.
SwNode2LayoutSaveUpperFrames::SwNode2LayoutSaveUpperFrames | ( | const SwNode & | rNd | ) |
Use this ctor for collecting the UpperFrames.
Definition at line 483 of file node2lay.cxx.
SwNode2LayoutSaveUpperFrames::~SwNode2LayoutSaveUpperFrames | ( | ) |
Definition at line 509 of file node2lay.cxx.
void SwNode2LayoutSaveUpperFrames::RestoreUpperFrames | ( | SwNodes & | rNds, |
SwNodeOffset | nStt, | ||
SwNodeOffset | nEnd | ||
) |
Definition at line 489 of file node2lay.cxx.
References m_pImpl.
Referenced by SwUndoSort::RedoImpl(), SwDoc::SortTable(), SwDoc::TextToTable(), SwUndoSort::UndoImpl(), SwUndoTableToText::UndoImpl(), and SwTOXBaseSection::Update().
|
private |
Definition at line 72 of file node2lay.hxx.
Referenced by RestoreUpperFrames(), and SwNode2LayoutSaveUpperFrames().