LibreOffice Module vcl (master) 1
Classes | Macros
textdat2.hxx File Reference
#include <vcl/seleng.hxx>
#include <vcl/cursor.hxx>
#include <vcl/idle.hxx>
#include <vcl/textdata.hxx>
#include <cstddef>
#include <limits>
#include <vector>
Include dependency graph for textdat2.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TETextPortion
 
class  TETextPortionList
 
struct  TEWritingDirectionInfo
 
class  TextLine
 
class  TEParaPortion
 
class  TEParaPortions
 
class  TextSelFunctionSet
 
class  IdleFormatter
 
struct  TextDDInfo
 

Macros

#define PORTIONKIND_TEXT   0
 
#define PORTIONKIND_TAB   1
 
#define DELMODE_SIMPLE   0
 
#define DELMODE_RESTOFWORD   1
 
#define DELMODE_RESTOFCONTENT   2
 
#define DEL_LEFT   1
 
#define DEL_RIGHT   2
 
#define TRAVEL_X_DONTKNOW   0xFFFF
 
#define MAXCHARSINPARA   0x3FFF-CHARPOSGROW
 
#define LINE_SEP   0x0A
 

Macro Definition Documentation

◆ DEL_LEFT

#define DEL_LEFT   1

Definition at line 41 of file textdat2.hxx.

◆ DEL_RIGHT

#define DEL_RIGHT   2

Definition at line 42 of file textdat2.hxx.

◆ DELMODE_RESTOFCONTENT

#define DELMODE_RESTOFCONTENT   2

Definition at line 39 of file textdat2.hxx.

◆ DELMODE_RESTOFWORD

#define DELMODE_RESTOFWORD   1

Definition at line 38 of file textdat2.hxx.

◆ DELMODE_SIMPLE

#define DELMODE_SIMPLE   0

Definition at line 37 of file textdat2.hxx.

◆ LINE_SEP

#define LINE_SEP   0x0A

Definition at line 46 of file textdat2.hxx.

◆ MAXCHARSINPARA

#define MAXCHARSINPARA   0x3FFF-CHARPOSGROW

Definition at line 44 of file textdat2.hxx.

◆ PORTIONKIND_TAB

#define PORTIONKIND_TAB   1

Definition at line 35 of file textdat2.hxx.

◆ PORTIONKIND_TEXT

#define PORTIONKIND_TEXT   0

Definition at line 34 of file textdat2.hxx.

◆ TRAVEL_X_DONTKNOW

#define TRAVEL_X_DONTKNOW   0xFFFF

Definition at line 43 of file textdat2.hxx.