Home
last modified time | relevance | path

Searched defs:SwCrsrMoveState (Results 1 – 1 of 1) sorted by path

/trunk/main/sw/inc/
H A Dcrstate.hxx130 struct SwCrsrMoveState struct
134 SwSpecialPos* pSpecialPos; // for positions inside fields
135 Point aRealHeight; // enthaelt dann die Position/Hoehe des Cursors
136 CrsrMoveState eState;
137 sal_uInt8 nCursorBidiLevel;
138 sal_Bool bStop :1;
139 sal_Bool bRealHeight :1; // Soll die reale Hoehe berechnet werden?
140 sal_Bool bFieldInfo :1; // Sollen Felder erkannt werden?
141 sal_Bool bPosCorr :1; // Point musste korrigiert werden
165 SwCrsrMoveState( CrsrMoveState eSt = MV_NONE ) : in SwCrsrMoveState() argument
[all …]

Completed in 8 milliseconds