|
LibreOffice Module sc (master) 1
|
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... | |
| enum 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.