22#include <rtl/ustring.hxx>
ScImportAsciiCall
How ScImportAsciiDlg is called.
void SetColumnInfo(const ScCsvExpDataVec &rDataVec)
static sal_Unicode GetWeightedFieldSep(const OUString &rFieldSeps, bool bDecodeNumbers)
From the import field separators obtain the one most likely to be used for export,...
void SetFieldSeps(const OUString &rStr)
bool IsEvaluateFormulas() const
const sal_Int32 * GetColStart() const
bool bDetectSpecialNumber
rtl_TextEncoding GetCharSet() const
rtl_TextEncoding eCharSet
void SetIncludeBOM(bool bVal)
void SetRemoveSpace(bool bSet)
void SetCharSet(rtl_TextEncoding eNew)
void SetLanguage(LanguageType e)
bool IsSkipEmptyCells() const
bool IsDetectScientificNumber() const
void ReadFromString(std::u16string_view rString)
sal_uInt16 GetInfoCount() const
void SetFixedLen(bool bSet)
LanguageType GetLanguage() const
bool IsDetectSpecialNumber() const
std::vector< sal_uInt8 > mvColFormat
void SetTextSep(sal_Unicode c)
sal_Unicode GetTextSep() const
void SetQuotedAsText(bool bSet)
sal_Int32 GetStartRow() const
bool IsRemoveSpace() const
void SetDetectScientificNumber(bool bSet)
bool IsQuotedAsText() const
void SetMergeSeps(bool bSet)
static const sal_Unicode cDefaultTextSep
void SetStartRow(sal_Int32 nRow)
bool bDetectScientificNumber
bool GetIncludeBOM() const
void SetSkipEmptyCells(bool bSet)
const OUString & GetFieldSeps() const
const sal_uInt8 * GetColFormat() const
void SetCharSetSystem(bool bSet)
void SetEvaluateFormulas(bool bSet)
OUString WriteToString() const
std::vector< sal_Int32 > mvColStart
void SetDetectSpecialNumber(bool bSet)
::std::vector< ScCsvExpData > ScCsvExpDataVec