LibreOffice Module sw (master) 1
Classes | Typedefs | Enumerations
docary.hxx File Reference
#include <vector>
#include <type_traits>
#include <o3tl/sorted_vector.hxx>
#include "fmtcol.hxx"
#include "frmfmt.hxx"
#include "section.hxx"
#include "tox.hxx"
#include "numrule.hxx"
#include "fldbas.hxx"
Include dependency graph for docary.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwFormatsBase
 provides some methods for generic operations on lists that contain SwFormat* subclasses. More...
 
class  SwVectorModifyBase< Value >
 
class  SwFormatsModifyBase< Value >
 
class  SwGrfFormatColls
 
class  SwFrameFormatsV
 Unsorted, undeleting SwFrameFormat vector. More...
 
class  SwTextFormatColls
 
class  SwSectionFormats
 Array of Undo-history. More...
 
class  SwFieldTypes
 
class  SwTOXTypes
 
class  SwNumRuleTable
 
struct  CompareSwRedlineTable
 
class  SwRedlineTable
 
class  SwExtraRedlineTable
 Table that holds 'extra' redlines, such as 'table row insert/delete', 'paragraph moves' etc... More...
 

Typedefs

typedef std::vector< SwOLENode * > SwOLENodes
 

Enumerations

enum class  RedlineNotification {
  Add ,
  Remove ,
  Modify
}
 

Typedef Documentation

◆ SwOLENodes

typedef std::vector<SwOLENode*> SwOLENodes

Definition at line 305 of file docary.hxx.

Enumeration Type Documentation

◆ RedlineNotification

enum class RedlineNotification
strong
Enumerator
Add 
Remove 
Modify 

Definition at line 216 of file docary.hxx.