LibreOffice Module sc (master) 1
Classes | Enumerations
sheetevents.hxx File Reference
#include <rtl/ustring.hxx>
#include <memory>
#include <optional>
Include dependency graph for sheetevents.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScSheetEvents
 

Enumerations

enum class  ScSheetEventId {
  FOCUS ,
  UNFOCUS ,
  SELECT ,
  DOUBLECLICK ,
  RIGHTCLICK ,
  CHANGE ,
  CALCULATE ,
  COUNT ,
  NOTFOUND = -1
}
 

Enumeration Type Documentation

◆ ScSheetEventId

enum class ScSheetEventId
strong
Enumerator
FOCUS 
UNFOCUS 
SELECT 
DOUBLECLICK 
RIGHTCLICK 
CHANGE 
CALCULATE 
COUNT 
NOTFOUND 

Definition at line 27 of file sheetevents.hxx.