|
LibreOffice Module sc (master) 1
|
Contains all settings for a selection in a single pane of a sheet. More...
#include <viewsettings.hxx>
Public Member Functions | |
| PaneSelectionModel () | |
| Index of active cell in selection list. More... | |
Public Attributes | |
| ScAddress | maActiveCell |
| ScRangeList | maSelection |
| Position of active cell (cursor). More... | |
| sal_Int32 | mnActiveCellId |
| Selected cell ranges. More... | |
Contains all settings for a selection in a single pane of a sheet.
Definition at line 30 of file viewsettings.hxx.
|
explicit |
Index of active cell in selection list.
Definition at line 110 of file viewsettings.cxx.
| ScAddress oox::xls::PaneSelectionModel::maActiveCell |
Definition at line 32 of file viewsettings.hxx.
Referenced by oox::xls::SheetViewSettings::finalizeImport(), and oox::xls::SheetViewSettings::importSelection().
| ScRangeList oox::xls::PaneSelectionModel::maSelection |
Position of active cell (cursor).
Definition at line 33 of file viewsettings.hxx.
Referenced by oox::xls::SheetViewSettings::importSelection().
| sal_Int32 oox::xls::PaneSelectionModel::mnActiveCellId |
Selected cell ranges.
Definition at line 34 of file viewsettings.hxx.
Referenced by oox::xls::SheetViewSettings::importSelection().