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 | |
namespace | o3tl |
Enumerations | |
enum class | RedlineFlags { NONE = 0x000 , On = 0x001 , Ignore = 0x002 , ShowInsert = 0x010 , ShowDelete = 0x020 , ShowMask = ShowInsert | ShowDelete , DeleteRedlines = 0x100 , 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 42 of file IDocumentRedlineAccess.hxx.
|
inline |
Definition at line 63 of file IDocumentRedlineAccess.hxx.
References eType.
Referenced by SwXRedlinePortion::CreateRedlineProperties(), SwXRedlinePortion::GetPropertyValue(), SwXTextDocument::getTrackedChanges(), lcl_GetSuccessorProperties(), SwRedlineTable::LOKRedlineNotification(), and DocxAttributeOutput::Redline().