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

These options control how multi-line cells are converted during export in certain lossy formats (such as csv). More...

#include <impex.hxx>

Public Types

enum  NewlineConversion {
  ToSystem ,
  ToSpace ,
  None
}
 

Public Member Functions

 ScExportTextOptions (NewlineConversion eNewlineConversion=ToSystem, sal_Unicode cSeparatorConvertTo=0, bool bAddQuotes=false)
 

Public Attributes

NewlineConversion meNewlineConversion
 
sal_Unicode mcSeparatorConvertTo
 
bool mbAddQuotes
 

Detailed Description

These options control how multi-line cells are converted during export in certain lossy formats (such as csv).

Definition at line 37 of file impex.hxx.

Member Enumeration Documentation

◆ NewlineConversion

Enumerator
ToSystem 
ToSpace 
None 

Definition at line 39 of file impex.hxx.

Constructor & Destructor Documentation

◆ ScExportTextOptions()

ScExportTextOptions::ScExportTextOptions ( NewlineConversion  eNewlineConversion = ToSystem,
sal_Unicode  cSeparatorConvertTo = 0,
bool  bAddQuotes = false 
)
inline

Definition at line 40 of file impex.hxx.

Member Data Documentation

◆ mbAddQuotes

bool ScExportTextOptions::mbAddQuotes

Definition at line 45 of file impex.hxx.

Referenced by ScImportExport::Doc2Text(), and ScTransferObj::GetData().

◆ mcSeparatorConvertTo

sal_Unicode ScExportTextOptions::mcSeparatorConvertTo

Definition at line 44 of file impex.hxx.

Referenced by ScImportExport::Doc2Text(), and ScTransferObj::GetData().

◆ meNewlineConversion

NewlineConversion ScExportTextOptions::meNewlineConversion

Definition at line 43 of file impex.hxx.

Referenced by ScImportExport::Doc2Text(), and ScTransferObj::GetData().


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