LibreOffice Module sc (master) 1
Classes | Enumerations
selectionstate.hxx File Reference
#include <editeng/editdata.hxx>
#include <address.hxx>
Include dependency graph for selectionstate.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScSelectionState
 Contains all available data about any possible selection in a Calc document. More...
 

Enumerations

enum  ScSelectionType {
  SC_SELECTTYPE_NONE ,
  SC_SELECTTYPE_SHEET ,
  SC_SELECTTYPE_EDITCELL
}
 Enumerates all possible types of selections in a Calc document. More...
 

Enumeration Type Documentation

◆ ScSelectionType

Enumerates all possible types of selections in a Calc document.

Enumerator
SC_SELECTTYPE_NONE 
SC_SELECTTYPE_SHEET 

No selection, simple cell cursor.

SC_SELECTTYPE_EDITCELL 

Single cell, cell range, or multi range selection.

Definition at line 26 of file selectionstate.hxx.