LibreOffice Module sw (master) 1
|
#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"
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 std::vector<SwOLENode*> SwOLENodes |
Definition at line 305 of file docary.hxx.
|
strong |
Enumerator | |
---|---|
Add | |
Remove | |
Modify |
Definition at line 216 of file docary.hxx.