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 <unotools/weakref.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 class | SectionType { Content , ToxHeader , ToxContent , DdeLink = static_cast<int>(sfx2::SvBaseLinkObjectType::ClientDde) , FileLink = static_cast<int>(sfx2::SvBaseLinkObjectType::ClientFile) } |
enum class | LinkCreateType { NONE , Connect , Update } |
enum class | SectionSort { Not , Pos } |
typedef std::vector<SwSection*> SwSections |
Definition at line 44 of file section.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Connect | |
Update |
Definition at line 53 of file section.hxx.
|
strong |
Enumerator | |
---|---|
Not | |
Pos |
Definition at line 271 of file section.hxx.
|
strong |
Enumerator | |
---|---|
Content | |
ToxHeader | |
ToxContent | |
DdeLink | |
FileLink |
Definition at line 46 of file section.hxx.