LibreOffice Module sw (master)
1
|
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/text/XTextSection.hpp>
#include <tools/ref.hxx>
#include <svl/hint.hxx>
#include <svl/listener.hxx>
#include <sfx2/lnkbase.hxx>
#include <sfx2/Metadatable.hxx>
#include "frmfmt.hxx"
#include <vector>
Go to the source code of this file.
Classes | |
class | SwSectionData |
class | SwSection |
class | SwSectionFrameMoveAndDeleteHint |
class | SwSectionFormat |
Typedefs | |
typedef std::vector< SwSection * > | SwSections |
Enumerations | |
enum | SectionType { SectionType::Content, SectionType::ToxHeader, SectionType::ToxContent, SectionType::DdeLink = static_cast<int>(sfx2::SvBaseLinkObjectType::ClientDde), SectionType::FileLink = static_cast<int>(sfx2::SvBaseLinkObjectType::ClientFile) } |
enum | LinkCreateType { LinkCreateType::NONE, LinkCreateType::Connect, LinkCreateType::Update } |
enum | SectionSort { SectionSort::Not, SectionSort::Pos } |
typedef std::vector<SwSection*> SwSections |
Definition at line 40 of file section.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Connect | |
Update |
Definition at line 51 of file section.hxx.
|
strong |
Enumerator | |
---|---|
Not | |
Pos |
Definition at line 267 of file section.hxx.
|
strong |
Enumerator | |
---|---|
Content | |
ToxHeader | |
ToxContent | |
DdeLink | |
FileLink |
Definition at line 44 of file section.hxx.