LibreOffice Module sw (master) 1
|
Go to the source code of this file.
Classes | |
struct | SwFindParas |
struct | o3tl::typed_flags< SwCursorSelOverFlags > |
struct | o3tl::typed_flags< SwCursorSkipMode > |
class | SwCursor |
class | SwCursorSaveState |
A helper class to save cursor state (position). More... | |
struct | SwCursor_SavePos |
class | SwTableCursor |
Namespaces | |
namespace | i18nutil |
namespace | o3tl |
Enumerations | |
enum class | SwCursorSelOverFlags : sal_uInt16 { NONE = 0x00 , CheckNodeSection = 0x01 , Toggle = 0x02 , EnableRevDirection = 0x04 , ChangePos = 0x08 } |
enum class | SwCursorSkipMode { Chars = 0 , Cells = 1 , Hidden = 2 } |
Variables | |
const int | FIND_NOT_FOUND = 0 |
const int | FIND_FOUND = 1 |
const int | FIND_NO_RING = 2 |
|
strong |
Enumerator | |
---|---|
NONE | |
CheckNodeSection | |
Toggle | |
EnableRevDirection | |
ChangePos |
Definition at line 49 of file swcrsr.hxx.
|
strong |
Enumerator | |
---|---|
Chars | |
Cells | |
Hidden |
Definition at line 65 of file swcrsr.hxx.
const int FIND_FOUND = 1 |
Definition at line 36 of file swcrsr.hxx.
const int FIND_NO_RING = 2 |
Definition at line 37 of file swcrsr.hxx.
Referenced by lcl_FindSelection().
const int FIND_NOT_FOUND = 0 |
Definition at line 35 of file swcrsr.hxx.