LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::PaneSelectionModel Struct Reference

Contains all settings for a selection in a single pane of a sheet. More...

#include <viewsettings.hxx>

Collaboration diagram for oox::xls::PaneSelectionModel:
[legend]

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...
 

Detailed Description

Contains all settings for a selection in a single pane of a sheet.

Definition at line 30 of file viewsettings.hxx.

Constructor & Destructor Documentation

◆ PaneSelectionModel()

oox::xls::PaneSelectionModel::PaneSelectionModel ( )
explicit

Index of active cell in selection list.

Definition at line 110 of file viewsettings.cxx.

Member Data Documentation

◆ maActiveCell

ScAddress oox::xls::PaneSelectionModel::maActiveCell

◆ maSelection

ScRangeList oox::xls::PaneSelectionModel::maSelection

Position of active cell (cursor).

Definition at line 33 of file viewsettings.hxx.

Referenced by oox::xls::SheetViewSettings::importSelection().

◆ mnActiveCellId

sal_Int32 oox::xls::PaneSelectionModel::mnActiveCellId

Selected cell ranges.

Definition at line 34 of file viewsettings.hxx.

Referenced by oox::xls::SheetViewSettings::importSelection().


The documentation for this struct was generated from the following files: