LibreOffice Module sc (master) 1
|
Exported data of a column (data used in the dialog). More...
#include <csvcontrol.hxx>
Public Member Functions | |
ScCsvExpData () | |
External type of the column. More... | |
ScCsvExpData (sal_Int32 nIndex, sal_uInt8 nType) | |
Public Attributes | |
sal_Int32 | mnIndex |
sal_uInt8 | mnType |
Index of a column. More... | |
Exported data of a column (data used in the dialog).
Definition at line 63 of file csvcontrol.hxx.
|
inline |
External type of the column.
Definition at line 68 of file csvcontrol.hxx.
|
inline |
Definition at line 69 of file csvcontrol.hxx.
References nIndex.
sal_Int32 ScCsvExpData::mnIndex |
Definition at line 65 of file csvcontrol.hxx.
Referenced by ScCsvGrid::FillColumnDataFix().
sal_uInt8 ScCsvExpData::mnType |
Index of a column.
Definition at line 66 of file csvcontrol.hxx.
Referenced by ScCsvGrid::FillColumnDataFix().