LibreOffice Module sw (master) 1
Classes | Typedefs | Enumerations
section.hxx File Reference
#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>
Include dependency graph for section.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ SwSections

typedef std::vector<SwSection*> SwSections

Definition at line 44 of file section.hxx.

Enumeration Type Documentation

◆ LinkCreateType

enum class LinkCreateType
strong
Enumerator
NONE 
Connect 
Update 

Definition at line 53 of file section.hxx.

◆ SectionSort

enum class SectionSort
strong
Enumerator
Not 
Pos 

Definition at line 271 of file section.hxx.

◆ SectionType

enum class SectionType
strong
Enumerator
Content 
ToxHeader 
ToxContent 
DdeLink 
FileLink 

Definition at line 46 of file section.hxx.