LibreOffice Module svx (master) 1
Classes | Namespaces | Enumerations
ctredlin.hxx File Reference
#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>
Include dependency graph for ctredlin.hxx:
This graph shows which files directly or indirectly include this file:

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

namespace  utl
 
namespace  comphelper
 class SvxPropertySetInfoPool
 
namespace  comphelper::string
 
namespace  weld
 

Enumerations

enum class  SvxRedlinDateMode {
  BEFORE ,
  SINCE ,
  EQUAL ,
  NOTEQUAL ,
  BETWEEN ,
  SAVE ,
  NONE
}
 
enum class  RedlineType : sal_uInt16 {
  Insert = 0x0 ,
  Delete = 0x1 ,
  Format = 0x2 ,
  Table = 0x3 ,
  FmtColl = 0x4 ,
  ParagraphFormat = 0x5 ,
  TableRowInsert = 0x6 ,
  TableRowDelete = 0x7 ,
  TableCellInsert = 0x8 ,
  TableCellDelete = 0x9 ,
  None = USHRT_MAX - 1 ,
  Any = USHRT_MAX
}
 

Enumeration Type Documentation

◆ RedlineType

enum class RedlineType : sal_uInt16
strong
Enumerator
Insert 
Delete 
Format 
Table 
FmtColl 
ParagraphFormat 
TableRowInsert 
TableRowDelete 
TableCellInsert 
TableCellDelete 
None 
Any 

Definition at line 49 of file ctredlin.hxx.

◆ SvxRedlinDateMode

enum class SvxRedlinDateMode
strong
Enumerator
BEFORE 
SINCE 
EQUAL 
NOTEQUAL 
BETWEEN 
SAVE 
NONE 

Definition at line 44 of file ctredlin.hxx.