LibreOffice Module svx (master)
1
|
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <svx/svxdllapi.h>
#include <tools/date.hxx>
#include <tools/datetime.hxx>
#include <tools/link.hxx>
#include <tools/time.hxx>
#include <vcl/weld.hxx>
#include <memory>
Go to the source code of this file.
Classes | |
class | RedlinData |
Struct for sorting data. More... | |
class | SvxRedlinTable |
class | SvxTPage |
class | SvxTPFilter |
Tabpage with the filter text entries etc. More... | |
class | SvxTPView |
Tabpage with the redlining entries. More... | |
class | SvxAcceptChgCtr |
Namespaces | |
utl | |
comphelper::string | |
weld | |
Enumerations | |
enum | SvxRedlinDateMode { SvxRedlinDateMode::BEFORE, SvxRedlinDateMode::SINCE, SvxRedlinDateMode::EQUAL, SvxRedlinDateMode::NOTEQUAL, SvxRedlinDateMode::BETWEEN, SvxRedlinDateMode::SAVE, SvxRedlinDateMode::NONE } |
enum | RedlineType : sal_uInt16 { RedlineType::Insert = 0x0, RedlineType::Delete = 0x1, RedlineType::Format = 0x2, RedlineType::Table = 0x3, RedlineType::FmtColl = 0x4, RedlineType::ParagraphFormat = 0x5, RedlineType::TableRowInsert = 0x6, RedlineType::TableRowDelete = 0x7, RedlineType::TableCellInsert = 0x8, RedlineType::TableCellDelete = 0x9, RedlineType::None = USHRT_MAX - 1, RedlineType::Any = USHRT_MAX } |
|
strong |
Enumerator | |
---|---|
Insert | |
Delete | |
Format | |
Table | |
FmtColl | |
ParagraphFormat | |
TableRowInsert | |
TableRowDelete | |
TableCellInsert | |
TableCellDelete | |
None | |
Any |
Definition at line 49 of file ctredlin.hxx.
|
strong |
Enumerator | |
---|---|
BEFORE | |
SINCE | |
EQUAL | |
NOTEQUAL | |
BETWEEN | |
SAVE | |
NONE |
Definition at line 44 of file ctredlin.hxx.