LibreOffice Module sw (master)
1
|
#include <sal/config.h>
#include <cstddef>
#include <sal/types.h>
#include <com/sun/star/uno/Sequence.h>
#include <o3tl/typed_flags_set.hxx>
#include <svx/ctredlin.hxx>
#include "docary.hxx"
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< RedlineFlags > |
class | IDocumentRedlineAccess |
Namespaces | |
o3tl | |
Enumerations | |
enum | RedlineFlags { RedlineFlags::NONE = 0x000, RedlineFlags::On = 0x001, RedlineFlags::Ignore = 0x002, RedlineFlags::ShowInsert = 0x010, RedlineFlags::ShowDelete = 0x020, RedlineFlags::ShowMask = ShowInsert | ShowDelete, RedlineFlags::DeleteRedlines = 0x100, RedlineFlags::DontCombineRedlines = 0x400 } |
Functions | |
OUString | SwRedlineTypeToOUString (RedlineType eType) |
|
strong |
Enumerator | |
---|---|
NONE |
no RedlineFlags |
On |
RedlineFlags on. |
Ignore |
ignore Redlines |
ShowInsert |
show all inserts |
ShowDelete |
show all deletes |
ShowMask | |
DeleteRedlines | |
DontCombineRedlines |
Definition at line 43 of file IDocumentRedlineAccess.hxx.
|
inline |
Definition at line 64 of file IDocumentRedlineAccess.hxx.
Referenced by SwXRedlinePortion::CreateRedlineProperties(), SwXRedlinePortion::GetPropertyValue(), SwXTextDocument::getTrackedChanges(), lcl_GetSuccessorProperties(), SwRedlineTable::LOKRedlineNotification(), and DocxAttributeOutput::Redline().