LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScCsvColState Struct Reference

This struct contains the state of one table column. More...

#include <csvgrid.hxx>

Public Member Functions

 ScCsvColState (sal_Int32 nType=CSV_TYPE_DEFAULT)
 
bool IsSelected () const
 
void Select (bool bSel)
 

Public Attributes

sal_Int32 mnType
 
bool mbColumnSelected
 Data type. More...
 

Detailed Description

This struct contains the state of one table column.

Definition at line 41 of file csvgrid.hxx.

Constructor & Destructor Documentation

◆ ScCsvColState()

ScCsvColState::ScCsvColState ( sal_Int32  nType = CSV_TYPE_DEFAULT)
inlineexplicit

Definition at line 46 of file csvgrid.hxx.

Member Function Documentation

◆ IsSelected()

bool ScCsvColState::IsSelected ( ) const
inline

Definition at line 49 of file csvgrid.hxx.

References mbColumnSelected.

◆ Select()

void ScCsvColState::Select ( bool  bSel)
inline

Definition at line 50 of file csvgrid.hxx.

References mbColumnSelected.

Referenced by ScCsvGrid::ImplInsertSplit().

Member Data Documentation

◆ mbColumnSelected

bool ScCsvColState::mbColumnSelected

Data type.

Definition at line 44 of file csvgrid.hxx.

Referenced by IsSelected(), and Select().

◆ mnType

sal_Int32 ScCsvColState::mnType

Definition at line 43 of file csvgrid.hxx.


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