LibreOffice Module sw (master) 1
Classes | Enumerations
layact.hxx File Reference
#include <sal/config.h>
#include <vcl/inputtypes.hxx>
#include <tools/color.hxx>
#include <ctime>
#include <memory>
#include <vector>
#include <swrect.hxx>
Include dependency graph for layact.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwLayAction
 The usage of LayAction is always the same: More...
 
class  SwLayIdle
 

Enumerations

enum class  IdleJobType {
  ONLINE_SPELLING ,
  AUTOCOMPLETE_WORDS ,
  WORD_COUNT ,
  SMART_TAGS
}
 
enum class  IdleJobArea {
  ALL ,
  VISIBLE
}
 

Enumeration Type Documentation

◆ IdleJobArea

enum class IdleJobArea
strong
Enumerator
ALL 
VISIBLE 

Definition at line 199 of file layact.hxx.

◆ IdleJobType

enum class IdleJobType
strong
Enumerator
ONLINE_SPELLING 
AUTOCOMPLETE_WORDS 
WORD_COUNT 
SMART_TAGS 

Definition at line 191 of file layact.hxx.