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

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

Detailed Description

Exported data of a column (data used in the dialog).

Definition at line 63 of file csvcontrol.hxx.

Constructor & Destructor Documentation

◆ ScCsvExpData() [1/2]

ScCsvExpData::ScCsvExpData ( )
inline

External type of the column.

Definition at line 68 of file csvcontrol.hxx.

◆ ScCsvExpData() [2/2]

ScCsvExpData::ScCsvExpData ( sal_Int32  nIndex,
sal_uInt8  nType 
)
inline

Definition at line 69 of file csvcontrol.hxx.

References nIndex.

Member Data Documentation

◆ mnIndex

sal_Int32 ScCsvExpData::mnIndex

Definition at line 65 of file csvcontrol.hxx.

Referenced by ScCsvGrid::FillColumnDataFix().

◆ mnType

sal_uInt8 ScCsvExpData::mnType

Index of a column.

Definition at line 66 of file csvcontrol.hxx.

Referenced by ScCsvGrid::FillColumnDataFix().


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