LibreOffice Module vcl (master) 1
|
#include <vcl/seleng.hxx>
#include <vcl/cursor.hxx>
#include <vcl/idle.hxx>
#include <vcl/textdata.hxx>
#include <cstddef>
#include <limits>
#include <vector>
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 |
#define DEL_LEFT 1 |
Definition at line 41 of file textdat2.hxx.
#define DEL_RIGHT 2 |
Definition at line 42 of file textdat2.hxx.
#define DELMODE_RESTOFCONTENT 2 |
Definition at line 39 of file textdat2.hxx.
#define DELMODE_RESTOFWORD 1 |
Definition at line 38 of file textdat2.hxx.
#define DELMODE_SIMPLE 0 |
Definition at line 37 of file textdat2.hxx.
#define LINE_SEP 0x0A |
Definition at line 46 of file textdat2.hxx.
#define MAXCHARSINPARA 0x3FFF-CHARPOSGROW |
Definition at line 44 of file textdat2.hxx.
#define PORTIONKIND_TAB 1 |
Definition at line 35 of file textdat2.hxx.
#define PORTIONKIND_TEXT 0 |
Definition at line 34 of file textdat2.hxx.
#define TRAVEL_X_DONTKNOW 0xFFFF |
Definition at line 43 of file textdat2.hxx.