LibreOffice Module sw (master) 1
Enumerations
flyenum.hxx File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  FlyCntType {
  FLYCNTTYPE_ALL = 0 ,
  FLYCNTTYPE_FRM ,
  FLYCNTTYPE_GRF ,
  FLYCNTTYPE_OLE
}
 
enum class  SwChainRet {
  OK = 0 ,
  NOT_EMPTY = 1 ,
  IS_IN_CHAIN = 2 ,
  WRONG_AREA = 3 ,
  NOT_FOUND = 4 ,
  SOURCE_CHAINED = 5 ,
  SELF = 6
}
 

Enumeration Type Documentation

◆ FlyCntType

enum FlyCntType
Enumerator
FLYCNTTYPE_ALL 
FLYCNTTYPE_FRM 
FLYCNTTYPE_GRF 
FLYCNTTYPE_OLE 

Definition at line 23 of file flyenum.hxx.

◆ SwChainRet

enum class SwChainRet
strong
Enumerator
OK 
NOT_EMPTY 

Only empty frames may be connected.

IS_IN_CHAIN 

Destination already in chain.

WRONG_AREA 

Destination in section where it shouldn't be (header, footer).

NOT_FOUND 

Destination and/or source not found.

SOURCE_CHAINED 

Source already has a follow.

SELF 

Self-chaining is not allowed.

Definition at line 33 of file flyenum.hxx.