LibreOffice Module sc (master) 1
|
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... | |
This struct contains the state of one table column.
Definition at line 41 of file csvgrid.hxx.
|
inlineexplicit |
Definition at line 46 of file csvgrid.hxx.
|
inline |
Definition at line 49 of file csvgrid.hxx.
References mbColumnSelected.
|
inline |
Definition at line 50 of file csvgrid.hxx.
References mbColumnSelected.
Referenced by ScCsvGrid::ImplInsertSplit().
bool ScCsvColState::mbColumnSelected |
sal_Int32 ScCsvColState::mnType |
Definition at line 43 of file csvgrid.hxx.