LibreOffice Module sw (master) 1
Classes | Namespaces | Enumerations | Variables
swcrsr.hxx File Reference
#include "pam.hxx"
#include "tblsel.hxx"
#include "cshtyp.hxx"
Include dependency graph for swcrsr.hxx:
This graph shows which files directly or indirectly include this file:

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
 

Enumeration Type Documentation

◆ SwCursorSelOverFlags

enum class SwCursorSelOverFlags : sal_uInt16
strong
Enumerator
NONE 
CheckNodeSection 
Toggle 
EnableRevDirection 
ChangePos 

Definition at line 49 of file swcrsr.hxx.

◆ SwCursorSkipMode

enum class SwCursorSkipMode
strong
Enumerator
Chars 
Cells 
Hidden 

Definition at line 65 of file swcrsr.hxx.

Variable Documentation

◆ FIND_FOUND

const int FIND_FOUND = 1

Definition at line 36 of file swcrsr.hxx.

◆ FIND_NO_RING

const int FIND_NO_RING = 2

Definition at line 37 of file swcrsr.hxx.

Referenced by lcl_FindSelection().

◆ FIND_NOT_FOUND

const int FIND_NOT_FOUND = 0

Definition at line 35 of file swcrsr.hxx.