|
LibreOffice Module sc (master) 1
|
Contains all settings for a selection in a single pane of a sheet. More...
#include <xlview.hxx>
Public Member Functions | |
| XclSelectionData () | |
| Index of cursor in selection list. More... | |
Public Attributes | |
| XclAddress | maXclCursor |
| XclRangeList | maXclSelection |
| Cell cursor position. More... | |
| sal_uInt16 | mnCursorIdx |
| Selected cell ranges. More... | |
Contains all settings for a selection in a single pane of a sheet.
Definition at line 104 of file xlview.hxx.
|
inlineexplicit |
Index of cursor in selection list.
Definition at line 110 of file xlview.hxx.
| XclAddress XclSelectionData::maXclCursor |
Definition at line 106 of file xlview.hxx.
Referenced by XclExpTabViewSettings::CreateSelectionData(), XclImpTabViewSettings::ReadSelection(), XclExpSelection::SaveXml(), XclExpSelection::WriteBody(), and XclExpSelection::XclExpSelection().
| XclRangeList XclSelectionData::maXclSelection |
Cell cursor position.
Definition at line 107 of file xlview.hxx.
Referenced by XclExpTabViewSettings::CreateSelectionData(), XclImpTabViewSettings::ReadSelection(), XclExpSelection::SaveXml(), XclExpSelection::WriteBody(), and XclExpSelection::XclExpSelection().
| sal_uInt16 XclSelectionData::mnCursorIdx |
Selected cell ranges.
Definition at line 108 of file xlview.hxx.
Referenced by XclImpTabViewSettings::ReadSelection(), XclExpSelection::SaveXml(), XclExpSelection::WriteBody(), and XclExpSelection::XclExpSelection().