LibreOffice Module sw (master) 1
|
#include <o3tl/deleter.hxx>
#include <undobj.hxx>
#include <tuple>
#include <memory>
#include <optional>
Go to the source code of this file.
Classes | |
class | SwUndoInsSection |
class | SwUndoUpdateIndex |
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
Functions | |
std::unique_ptr< SwUndo > | MakeUndoDelSection (SwSectionFormat const &) |
std::unique_ptr< SwUndo > | MakeUndoUpdateSection (SwSectionFormat const &, bool const) |
std::unique_ptr< SwUndo > MakeUndoDelSection | ( | SwSectionFormat const & | rFormat | ) |
Definition at line 339 of file unsect.cxx.
References SwFormat::GetContent(), SwFormatContent::GetContentIdx(), and SwSectionFormat::GetSection().
Referenced by SwDoc::DelSectionFormat(), and SwUndoUpdateIndex::TitleSectionInserted().
std::unique_ptr< SwUndo > MakeUndoUpdateSection | ( | SwSectionFormat const & | rFormat, |
bool const | bOnlyAttr | ||
) |
Definition at line 447 of file unsect.cxx.
References SwFormat::GetContent(), SwFormatContent::GetContentIdx(), and SwSectionFormat::GetSection().
Referenced by SwDoc::UpdateSection().